home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / bibl859f.zip / BIBLSW.ZIP / REVISION.HST < prev   
Text File  |  1994-03-11  |  16KB  |  380 lines

  1.        BIBL's revision history (since release 6.00)
  2.        ============================================
  3.  
  4. 8.59f Fixed minor bug in the Export (User-Selects) option.
  5.       Don't know when this started (since it used to work
  6.       correctly) but when you tried to change the default
  7.       filename (USERLIST.TXT), you still got USERLIST.TXT
  8.       no matter what you typed.  Problem fixed.
  9.  
  10.       While we're on the subject of bugs, also repaired
  11.       the functionality of NOSORTBIX=Yes.  In some cases
  12.       setting this to TRUE in a DBL file or BIBL.INI
  13.       wasn't yielding a truly unsorted file (that is,
  14.       records weren't appearing in the resulting BIX
  15.       file in _exactly_ the same order they appeared
  16.       in the database (as you see them with the
  17.       LIST (sequential view) function). Fixed.
  18.  
  19. 8.59e Registered version only. You can now add the
  20.       following command to a DBL file (for a given
  21.       database) to suppress sorting the BIX file
  22.       by author/title:
  23.  
  24.       NOSORTBIX=Yes
  25.  
  26.       You can also add these statements to a database's
  27.       DBL file (previously they were only read from
  28.       BIBL.INI -- which meant they affected ALL
  29.       databases):
  30.  
  31.       USEBOOKFIELD=
  32.       BOOKDEFAULT=
  33.       CHOPARTICLES=
  34.       JOINNOTE=
  35.  
  36.       If not found in either a database's DBL file or
  37.       in BIBL.INI, the default values for these options are:
  38.       statement are:
  39.  
  40.       USEBOOKFIELD=Yes
  41.       BOOKDEFAULT=Yes
  42.       CHOPARTICLES=Yes
  43.       NOSORTBIX=No
  44.       JOINNOTE=No
  45.  
  46.       See Appendix F and Appendix H. of BIBL.DOC if you're unfamiliar
  47.       with the effect those statements have on BIBL's functioning.
  48.  
  49. 8.59d Registered version only. Fixed minor bug in
  50.       export function listing titles sorted by
  51.       keyword. First title of first keyword in the
  52.       index was not being written to the export
  53.       file.
  54.  
  55. 8.59c BIBL now suppresses filing by initial articles
  56.       (a, an, the, el, la or le) in the title index.
  57.       The result is that an export file sorted by
  58.       title will now be in better order--you won't
  59.       have a bunch of titles beginning with 'The ...'
  60.       filed with the T's.
  61.  
  62.       [Registered version only: you can turn off this
  63.       suppression of initial articles by adding the
  64.       line CHOPARTICLES=No in your BIBL.INI file.
  65.       If you later put the CHOPARTICLES=No
  66.       line in your BIBL.INI file, you'll need to
  67.       again rebuild indexes for all databases
  68.       (so BIBL can once again file the initial
  69.       articles).
  70.  
  71.       Note that you will have to rebuild the index
  72.       for any files you had in existence before you
  73.       loaded this release--the title index needs to
  74.       be redone to pick up the change.
  75.  
  76.       How does it work?
  77.  
  78.       If the title begins with A, AN, THE, EL, LA, LE,
  79.       and a space follows the article (e.g., The_Hidden
  80.       where the _ represents a space -or- Les_Miserables),
  81.       then BIBL files the title in the index based
  82.       on the 15 characters that follow the space.
  83.       When you do a TITLE search, if your query begins
  84.       with one of the above articles, it is deleted.
  85.  
  86.       What happened to LES?  Well, we were all set to
  87.       include that as well but found a book with a title
  88.       that began, LES BROWN'S GUIDE TO ...  At that, we
  89.       realized the peril in automatically chopping of
  90.       LES...
  91.  
  92.       This stripping of initial articles affects only
  93.       the title index (and two on-the-fly indexes
  94.       created during certain reports--author/title
  95.       and title/author).
  96.  
  97.       Fixed problem with edit function -- if you used
  98.       the undocumented right mouse button (instead
  99.       of pressing ESC when done with edits).  BIBL
  100.       kinda hosed the screen display...now pressing
  101.       right mouse button works just like pressing
  102.       ESCAPE (to signal you're done with editing).
  103.  
  104.       Expanded size of mouse-state buffer.  The
  105.       Microsoft mouse driver (9.01) requires more
  106.       than 1024 bytes to store the state of the
  107.       mouse.  We've increased the mouse buffer size
  108.       to 2048 bytes.
  109.  
  110. 8.590 Added a new option on the add screen--when you
  111.       first press ESCAPE (to signal that you're done
  112.       editing the new record), you now receive a
  113.       new menu option - Resume editing this record.
  114.       This lets you go back to the record you've just
  115.       been working on to make additional changes
  116.       or additions.
  117.  
  118.       Previously your choices were to file the new
  119.       record or abandon it--if you spotted a mistake
  120.       after pressing ESCAPE there was no way to fix
  121.       it (actually you could save it, then go to LIST
  122.       on the main menu and edit it when it displayed
  123.       but that was a bit cumbersome, right?).
  124.  
  125.       Same behavior on the EDIT screen--you now have
  126.       the option of resuming editing after you've
  127.       pressed ESCAPE when record (not memo field)
  128.       is displayed.
  129.  
  130.       Shaved a few more bytes off the BIBL.EXE file.
  131.  
  132. 8.58c Fixed minor bug--if editing records that didn't have
  133.       a value in the BOOK? field (that is, records created
  134.       with a release earlier than 8.58), you could not
  135.       complete editing without overwriting the '@' that
  136.       appeared in the Book? field with an N or Y.  Now
  137.       BIBL replaces empty BOOK? fields with a Y or an
  138.       N, based on the value of BOOKDEFAULT= in your
  139.       BIBL.INI file.  If no BOOKDEFAULT= statement is
  140.       found in your BIBL.INI file (or you're using the
  141.       SHAREWARE version, the default is a Y).
  142.  
  143.       Registered users can now place a USEBOOKFIELD=N
  144.       statement in BIBL.INI to turn off display of
  145.       the Book? field when adding/editing.  If you
  146.       don't anticipate ever using the italic codes
  147.       in printouts, just add that statement and you
  148.       won't have to see the Book? field any more...
  149.       If the USEBOOKFIELD= statement is missing
  150.       from BIBL.INI (or set to USEBOOKFIELD=Y) then
  151.       the Book? field will display during add/edit.
  152.  
  153.       You can set USEBOOKFIELD via the BIBLTOOL utility
  154.       (option 2 - configure BIBL.INI file).
  155.  
  156.       Added functionality of BIBLUP (pre 8.x database
  157.       conversion utility to BIBLTOOL.  BIBLUP.EXE is
  158.       still included on the distribution diskette but
  159.       will soon be eliminated (once we exhaust our
  160.       supply of already printed registration letters).
  161.  
  162. 8.58b Registered version only:
  163.  
  164.       Added support for BOOKDEFAULT= statement in BIBL.INI
  165.       If you put BOOKDEFAULT=Y in BIBL.INI then new empty
  166.       records will show a default Y in the BOOK: field.
  167.       Put BOOKDEFAULT=N to set the book field to N in
  168.       new records.
  169.  
  170.       Changed label for Book? field in BIX files from
  171.       TG: (for tag) to BK: (for book?).  BIBL will still
  172.       support the existence of the TG: field when importing.
  173.  
  174. 8.58  Improved processing for Italic codes...by adding a
  175.       new field to BIBL records (no need to rebuild existing
  176.       databases, the single character field was there all
  177.       along--just unused (book.flag1).
  178.  
  179.       The New field is 'Book?'
  180.  
  181.       Put a N (for No) in this field if the item isn't
  182.       a book and BIBL will suppress the insertion of ITALIC
  183.       tags (~ON~ and ~OFF~) when you ask to add codes
  184.       to a bibliography.  You'd put a N in things like
  185.       journal articles, newspaper articles, and so on.
  186.       Unfortunately, BIBL isn't able to figure out where
  187.       to put the codes in those items since the PUBL
  188.       field is free-form and who knows how you're doing
  189.       your data entry...
  190.  
  191.       In BIX files, the value of the Book? field is
  192.       represented by the TG: label (TG being a mnemonic
  193.       for TAGS).
  194.  
  195.       Appendix H of BIBL.DOC covers the italic tags.
  196.  
  197.       Changed the look of the User-Selects export
  198.       function (Option H) slightly. Now gives a bit more
  199.       information to the user.
  200.  
  201. 8.57  Added ITALIC/UNDERLINE code capability to bibliography
  202.       generation and User-Selects (Under Export, option H).
  203.  
  204.       Bibliography Generation:
  205.  
  206.       If you select WP format, you'll be asked if you
  207.       want to add title formatting codes to
  208.       the output file.  Answer Yes and BIBL will add
  209.       ~ON~ before each title and ~OFF~ after it.  When you
  210.       load the file into your word processor, you change
  211.       the ~ON~ text string to whatever turns italicizing/
  212.       underlining on in your word processor...and replace
  213.       ~OFF~ with whatever code turns it off.  We include
  214.       a WordPerfect 6.0 (DOS) macro (BIBLCODE.WPM) to
  215.       perform the code conversion automatically for you
  216.       (assuming you're using that software).
  217.  
  218.       Note that this works great for books, but it will
  219.       be wrong for any entries from magazine or journal
  220.       articles--since the journal title not the article
  221.       title should be italicized/underlined.   You'll have
  222.       to decide on a case by case basis if it's worth having
  223.       BIBL add the codes.   If your output is more than 50%
  224.       book titles, it should prove useful.
  225.  
  226.       User-Selects Export (Option H)
  227.  
  228.       Select format code F to add the codes described above
  229.       to titles.  Format F is identical to format C with
  230.       the codes around the title(s) added.
  231.  
  232.       Registered version adds support for changing the
  233.       ~ON~ and ~OFF~ tag text if desired. Just add
  234.       ITALICSON= and ITALICSOFF= statements in your
  235.       BIBL.INI file.  The text you substitute for each
  236.       tag may be up to 12 characters in length. Only
  237.       alphanumeric characters (e.g., not control codes)
  238.       may be entered.
  239.  
  240.       Also cleaned up a few mouse cursor problems in the
  241.       export menu section of BIBL...
  242.  
  243. 8.56  Changed SHELL TO DOS...now BIBL does not swap
  244.       out to disk but does display an "Enter EXIT to
  245.       return to BIBL" message at each DOS prompt.
  246.       This should help those users who accidentally
  247.       activate another copy of the program while shelled
  248.       out to DOS.  This behavior (not swapping to disk
  249.       or EMS) also simplifies operation under Windows.
  250.  
  251.       Link option no longer highlighted on status bar
  252.       if record displaying doesn't have a file/image
  253.       linked to it.  Previously, the LINK option was
  254.       active but pressing it had no effect...now it
  255.       isn't available to press unless the record has
  256.       a linked item.
  257.  
  258.       A 'One moment...' message has been added on the
  259.       status bar (last line on screen) when shelling
  260.       out to DOS or an external editor/viewer.
  261.  
  262. 8.55b Fixed comma-delimited export. Was putting a
  263.       line of garbage after the final field in each
  264.       record.
  265.  
  266.      Added new function to BIBLTOOL - now you can
  267.      create a BIX file from a comma-delimited file.
  268.      We wrote the code to help recover a few databases
  269.      that died when our server experienced a head crash.
  270.      With this function you can take a comma-delimited
  271.      file that BIBL creates and render a BIX file
  272.      from it.  You can use any comma-delimited file as
  273.      long as it is in the form that BIBL creates when
  274.      the JOINNOTE=No setting is in your BIBL.INI file.
  275.  
  276. 8.55 Date-Based BIX export improved. You can now
  277.      specify a range (beginning date thru ending
  278.      date) for extraction.  All records with a date
  279.      value matching your start date or later, but
  280.      earlier or matching your ending date will
  281.      be included.
  282.  
  283. 8.54 You can now import BIX files (via maintenance) from
  284.      from any directory on your drive. BIBL now lets
  285.      you move between directories during the file
  286.      selection portion of the ASCII IMPORT function.
  287.  
  288. 8.53  User can halt a non-indexed search and display results thus far
  289. 8.52  BIBLTOOL utility added for registered version.
  290. 8.51  Date-based extraction (under Export) added.
  291. 8.50  BIBLIOGRAPHY function now part of search function.
  292.       Shareware version adds WP format for indexed bibiographies
  293. 8.49b JOINNOTE= line added to BIBL.INI (governs handling
  294.       of note field during comma-delimited export).
  295. 8.49a Screen bug on reindexing fixed. Added CLOSING FILES message.
  296. 8.48b Install External Editor function improved.
  297. 8.48  Delete BIX, Savefile & Database option added.
  298. 8.47a Duplicate detection improved.
  299. 8.46c BIBL2DB utility added.
  300. 8.46b Fixed problem with run-on lines in the note field.
  301. 8.46a Columnar output improved--variable column width.
  302. 8.45a MakeINI.EXE utility added. Backup function improved.
  303. 8.44b Minor changes.
  304. 8.44a Memory required reduced 2K
  305. 8.44a Restored Boyer-Moore algorithm for full record search.
  306. 8.43a Linked file support improved. Duplicate detection added.
  307. 8.42a Shaved 500 bytes off BIBL.EXE.
  308. 8.41b If no matches in bibliography, new database deleted.
  309. 8.40b Progress graph added for "User Selects" output
  310. 8.40  Columnar output added to "User Selects" export option.
  311. 8.34a Fixed problem with TRANSFER.BIX record.
  312. 8.33d Duplicate records now filtered from display.
  313. 8.33c Ability to configure HEAP usage with INI statements.
  314. 8.33b BOOLEAN search improved.
  315. 8.33a Expanded EMS support (up to 1.7 Mb)
  316. 8.32d Minor tweak.
  317. 8.32c More .INI file statements added.
  318. 8.32b Minor tweak.
  319. 8.32a Fixed problem with note field.
  320. 8.31b View INI file from Main Menu viewer.
  321. 8.31  Shaved 30K off memory required for BIBL, many new
  322.       INI statements added for registered version,
  323.       Title list by keyword added (registered version)
  324. 8.21  Minor fixes (maintenance release).
  325. 8.20  Added ability to delete a BIX file from within BIBL.
  326. 8.11  Fixed problem with ignore case on global find/replace.
  327. 8.10  Fixed problem with LABELLED format under BIBLIOGRAPHY.
  328. 8.01  Primarily a maintenance release.
  329. 8.00a New database structure introduced. Link files &
  330.       images to records. Mouse support added to note
  331.       editor. New internal file viewer added.
  332. --------------------------------------------- NEW RECORD FORMAT
  333. 7.80a Added a text-editor for editing note field.
  334. 7.71a Bug fix. Transfer under LIST option was not moving location.
  335. 7.70c Match array increased to 1000 records (from 750).
  336. 7.70b Fixed minor problem with whole word searching.
  337. 7.70a Support for Windows 3.1 clipboard added.
  338. 7.63b Added an error message when external programs fail to load.
  339. 7.63a Added ability to CLONE data during data entry.
  340. 7.62b Improved speed of the "show close matches" function.
  341. 7.62a Changed the format of keywords list under export.
  342. 7.61  User-Select option further improved.
  343. 7.60a Only fields with text stored are now displayed.
  344. 7.51b Global find/replace now offers an AUTOMATIC switch.
  345. 7.51a Changed the way BIBL handles indexed-field searches.
  346. 7.50c Minor tweaks.
  347. 7.50b Fix (Registered version only) for boolean search to disk
  348. 7.50a Major reworking of PUBLISHER, LOCATION, FULL and BOOLEAN search.
  349. 7.42a Changed output under delimited export. Note field now 10 lines.
  350. 7.41b Check RAM availability at startup
  351. 7.40  Value field added.
  352. 7.30  Minor update.
  353. 7.20  New reindexing algorithm implemented.
  354. 7.10  Registered version. Added ability to redefine all field labels.
  355. 7.01  Minor fix to User-Selects option on export.
  356. 7.00e More work on mouse problems.
  357. 7.00d Better support for mono users.
  358. 7.00c Mouse support improved.
  359. 7.00b Minor fix to clear up a problem with the data entry screen.
  360. 7.00a Fairly major rewrite. Database structure changed. Note
  361.       field size increased to 700 characters; data entry
  362.       screen now mouseable. BRX updated to reflect new
  363.       structure of database.
  364. --------------------------------------------------------NEW RECORD FORMAT
  365. 6.51a Now will IGNORE CASE during global find & replace.
  366. 6.50b Recompile after upgrading to Object Professional 1.14
  367. 6.50a Auto index update during global change. 9th descriptor added
  368.       Backup improved--allows copy of archive to diskette.
  369. 6.41a Updates index automatically during BIX file import.
  370. 6.40a Full record searching on bibliographies (registered ver only)
  371. 6.30e Specify database on command line.
  372. 6.30d Fixed minor display quirk.
  373. 6.30b File viewer safety feature added. No longer bombs
  374.       if file-to-view is larger than available memory.
  375. 6.30a Search progress graph added. Better MONOCHROME support.
  376. 6.20a Two new export options added.
  377. 6.11a Minor modifications.
  378. 6.10a Convert SHAREWARE no longer appears on menu of REGISTERED VERSIONS
  379.  
  380.